I saw two relevant questions...
How to check if OS is Vista in Python?
The answer to the older question, 'platform.release()', appears to be unreliable between Windows Vista, 7, and 8 if I am understanding correctly. The second question has not been answered, and seemingly states that 'sys.getwindowsversion()' is also unreliable.
I do not have to worry about Windows versions older than XP or other OS's for this specific issue.