You could poke around the various versions of schedsvc.dll (which is the file that actually hosts the task scheduler code), but the workaround you mention about determining the machine's OS version and then deciding which version of the task scheduler to use is the right one. From the doc at http://msdn.microsoft.com/en-us/library/aa446802(VS.85).aspx,
Where Task Scheduler is Installed
The Task Scheduler is automatically
installed with several Microsoft
operating systems.
Task Scheduler 1.0 is installed with
the Windows Server 2003, Windows XP,
and Windows 2000 operating systems.
Task Scheduler 2.0 is installed with
Windows Vista and Windows Server 2008.