To see a list of ACPI tables for your BIOS, use this command:

$ ls /sys/firmware/acpi/tables

If you have a BIOS embedded Windows license key, you can find it in the MSDM table.

This will print the OEM info, including your license key:

$ sudo strings /sys/firmware/acpi/tables/MSDM

Credits to this StackExchange answer.