I believe the following are correct (and missing from the documentation above):
VersionNT and VersionNT64 are 502 on Windows XP x64. I.e. the same as Windows Server 2003. Use MsiNTProductType to differentiate (1 is client OS, > 1 is server OS).
VersionNT and VersionNT64 are 601 for Windows 7 and Windows Server 2008 R2. Again, use MsiNTProductType to differentiate (as with Vista vs 2008).